home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 60 / IOPROG_60.ISO / soft / c++ / gsl-1.1.1-setup.exe / {app} / src / matrix / getset.c < prev    next >
Encoding:
C/C++ Source or Header  |  2001-04-10  |  1.9 KB  |  89 lines

  1. #include <config.h>
  2. #include <gsl/gsl_errno.h>
  3. #include <gsl/gsl_matrix.h>
  4. #include <gsl/gsl_vector.h>
  5.  
  6. #define BASE_GSL_COMPLEX_LONG
  7. #include "templates_on.h"
  8. #include "getset_source.c"
  9. #include "templates_off.h"
  10. #undef  BASE_GSL_COMPLEX_LONG
  11.  
  12. #define BASE_GSL_COMPLEX
  13. #include "templates_on.h"
  14. #include "getset_source.c"
  15. #include "templates_off.h"
  16. #undef  BASE_GSL_COMPLEX
  17.  
  18. #define BASE_GSL_COMPLEX_FLOAT
  19. #include "templates_on.h"
  20. #include "getset_source.c"
  21. #include "templates_off.h"
  22. #undef  BASE_GSL_COMPLEX_FLOAT
  23.  
  24. #define BASE_LONG_DOUBLE
  25. #include "templates_on.h"
  26. #include "getset_source.c"
  27. #include "templates_off.h"
  28. #undef  BASE_LONG_DOUBLE
  29.  
  30. #define BASE_DOUBLE
  31. #include "templates_on.h"
  32. #include "getset_source.c"
  33. #include "templates_off.h"
  34. #undef  BASE_DOUBLE
  35.  
  36. #define BASE_FLOAT
  37. #include "templates_on.h"
  38. #include "getset_source.c"
  39. #include "templates_off.h"
  40. #undef  BASE_FLOAT
  41.  
  42. #define BASE_ULONG
  43. #include "templates_on.h"
  44. #include "getset_source.c"
  45. #include "templates_off.h"
  46. #undef  BASE_ULONG
  47.  
  48. #define BASE_LONG
  49. #include "templates_on.h"
  50. #include "getset_source.c"
  51. #include "templates_off.h"
  52. #undef  BASE_LONG
  53.  
  54. #define BASE_UINT
  55. #include "templates_on.h"
  56. #include "getset_source.c"
  57. #include "templates_off.h"
  58. #undef  BASE_UINT
  59.  
  60. #define BASE_INT
  61. #include "templates_on.h"
  62. #include "getset_source.c"
  63. #include "templates_off.h"
  64. #undef  BASE_INT
  65.  
  66. #define BASE_USHORT
  67. #include "templates_on.h"
  68. #include "getset_source.c"
  69. #include "templates_off.h"
  70. #undef  BASE_USHORT
  71.  
  72. #define BASE_SHORT
  73. #include "templates_on.h"
  74. #include "getset_source.c"
  75. #include "templates_off.h"
  76. #undef  BASE_SHORT
  77.  
  78. #define BASE_UCHAR
  79. #include "templates_on.h"
  80. #include "getset_source.c"
  81. #include "templates_off.h"
  82. #undef  BASE_UCHAR
  83.  
  84. #define BASE_CHAR
  85. #include "templates_on.h"
  86. #include "getset_source.c"
  87. #include "templates_off.h"
  88. #undef  BASE_CHAR
  89.